home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMWAIT / TFORMWAIT.txt
Encoding:
Text File  |  2002-10-07  |  771 b   |  44 lines

  1. object FormWait: TFormWait
  2.   Left = 259
  3.   Top = 135
  4.   BorderStyle = bsNone
  5.   Caption = 'Wait...'
  6.   ClientHeight = 82
  7.   ClientWidth = 234
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   FormStyle = fsStayOnTop
  11.   OldCreateOrder = False
  12.   Position = poDesktopCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 234
  21.     Height = 82
  22.     Align = alClient
  23.     Style = bsRaised
  24.   end
  25.   object ProgressBar: TProgressBar
  26.     Left = 12
  27.     Top = 12
  28.     Width = 209
  29.     Height = 16
  30.     Min = 0
  31.     Max = 100
  32.     TabOrder = 0
  33.   end
  34.   object btnAbort: TButton
  35.     Left = 79
  36.     Top = 44
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Abort'
  40.     TabOrder = 1
  41.     OnClick = btnAbortClick
  42.   end
  43. end
  44.